home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 April: Mac OS SDK / Dev.CD Apr 96 SDK / Dev.CD Apr 96 SDK2.toast / Development Kits (Disc 2) / ScriptX / Draggable ScriptX Folders / utils / DTK / source / DIRIMP_SX / sprtdis.sx < prev    next >
Encoding:
Text File  |  1996-02-28  |  191 b   |  9 lines  |  [TEXT/ttxt]

  1. class RemoveSpriteFromStageAction (TargetListAction)
  2. end
  3.  
  4. method trigger self {class RemoveSpriteFromStageAction} theTarget thePlayer -> (
  5.     removedFromScore theTarget thePlayer
  6.     undefined
  7. )
  8.  
  9.